[release] Bumped to release 9.7.3#941
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
9.7.3 (May 25, 2026)
New Features
skillArtifactContentattribute onSkillArtifact: Adds theskill_artifact_content(skillArtifactContent) field toSkillArtifactin bothpyatlanandpyatlan_v9. The Atlas API returns this attribute on SkillArtifact entities but PyAtlan was silently dropping it. This unblocks surfacing skill.mdbody content viaget_asset/search_assetswithout needing a raw HTTP fallback. (feat: add skillArtifactContent to SkillArtifact model #937)Bug Fixes
Connection.creatorvalidates connector_type slug (BLDX-1294):Connection.creatorandConnection.creator_async(both pyatlan and pyatlan_v9) now validateconnector_type.valueagainst^[a-z0-9-]+$— the same pattern the Atlan platform's server-side asset-import (RAB) path enforces. RaisesInvalidRequestError(ATLAN-PYTHON-400-079) on violation. Mirrors the Java SDK constraint. (fix(connection): reject connector_type values that violate platform slug pattern (BLDX-1294) #939)🤖 Generated with Claude Code